home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set vThisSprite to the clickOn
- case vThisSprite of
- 5:
- puppetSound("boing.aif")
- 6:
- puppetSound("boing2.aif")
- 7:
- puppetSound("digiring.aif")
- end case
- set vTheseButtons to [5, 6, 7]
- set vChoices to [#Notwell, #JustOK, #Verywell]
- set vButtonNum to vThisSprite - (getAt(vTheseButtons, 1) - 1)
- set vThisChoice to getAt(vChoices, vButtonNum)
- clickButton3(vThisSprite, string(vThisChoice))
- historyChoice(vTheseButtons, vThisChoice, vThisSprite)
- end
-